home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000014_anthonypieper@cs.com_Tue Nov 25 09:54:55 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: anthonypieper@cs.com (newexpectuser)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Problem in Kermit trying to get a file while sending it at the same time
  5. Date: 25 Nov 2003 05:32:43 -0800
  6. Organization: http://groups.google.com
  7. Lines: 19
  8. Message-ID: <f0bb0f39.0311250532.1b93aad@posting.google.com>
  9. NNTP-Posting-Host: 209.251.39.194
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1069767163 17699 127.0.0.1 (25 Nov 2003 13:32:43 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Tue, 25 Nov 2003 13:32:43 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14690
  16.  
  17. I ran across this error as the scenerio describes. Both are trying to
  18. connect using SSH and CKERMIT.
  19.  
  20. I am running a Kermit script called DROPOFF trying to send TESTFILE to
  21. a remote server (it is a 2meg file) at the same time I am running a
  22. Kermit PICKUP trying to mget files (including the TESTFILE) from this
  23. same server in the same directory.
  24.  
  25. What is happening is, PICKUP ends first and has a partial file of
  26. TESTFILE and DROPOFF gets 74% done (according to Kermit) and then
  27. comes back with the error message "Last error:  FAILURE: Error writing
  28. data" and it keeps around the partial file (74% of it).
  29.  
  30. I'm not sure why this is happening and how to avoid it. It is a
  31. realtime scenerio where somebody may be dropping off a file in a
  32. directory, while the other script is trying to get all the files out
  33. of this directory.
  34.  
  35. BTW: I am using Kermit so I can use the mget /delete option.
  36.